clearStatusMessage();
Clears (removes) the status message that is currently being displayed at the bottom of the screen.
Return value:void
Example:
// Display status message.
displayStatusMessage('Hello World!');
// Clear status line.
clearStatusMessage();